Silence a compiler warning
authorMatthias Clasen <mclasen@redhat.com>
Thu, 2 May 2013 01:35:39 +0000 (21:35 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 2 May 2013 01:35:39 +0000 (21:35 -0400)
gtk/tests/filechooser.c

index e37babe46dd1d8ea173a39ee17e534ca43a85dbd..529f87d46b79f8237c6b54a3d150ac81744fe484 100644 (file)
@@ -653,7 +653,7 @@ test_file_chooser_button_with_response (const FileChooserButtonTest *setup, gint
 {
   WindowAndButton w;
   SignalWatcher *watcher;
-  GtkWidget *fc_dialog;
+  GtkWidget *fc_dialog = NULL;
   int iterations;
   int i;